home *** CD-ROM | disk | FTP | other *** search
- /* sorttexr.h - constants for sorttext program */
-
- #define SSIZE 20000 /* size of storage area for text */
- #define MAX_REC 2000 /* max number of records */
- #define MAX_RSIZE 500 /* max. size for a record */
-
- /* return values for fill area */
- #define NOT_EOF 0 /* end-of-file not reached */
- #define AT_EOF 1 /* end-of-file reached */
-
-